home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 419_01 / odmg10 / config / bootstrap < prev    next >
Encoding:
Text File  |  1993-10-02  |  113 b   |  8 lines

  1. #!/bin/sh
  2.  
  3. make -f Makefile.ini clean
  4. make -f Makefile.ini
  5. ./imake -DTOPDIR=.. -DCURDIR=./config
  6. make clean
  7. make
  8.